add dependabot for github actions. (#952)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 2 Dec 2022 18:36:00 +0000 (11:36 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Dec 2022 18:36:00 +0000 (11:36 -0700)
dependabot.yaml [new file with mode: 0644]

diff --git a/dependabot.yaml b/dependabot.yaml
new file mode 100644 (file)
index 0000000..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"